.testimonials__text.lh-18.fw-500.text-dark-1 {
    color: var(var(--color-light-1));
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.35rem !important;
        /* display: none !important; */
    }
   
}

.bravo-news section[data-anim="slide-up"] .container img {
    width: 65%;
    /* display: none !important; */
}

.bravo-news .blog-breadcrumb ul li:not(:last-child):after, .bravo-news .blog-breadcrumb ol li:not(:last-child):after, .bravo-news .blog-breadcrumb .ul li:not(:last-child):after{
    background: #09a109;
}

@media (max-width: 768px) {
    .full-width-container {
        padding: 30px 0 !important;
    }
}

@media (max-width: 576px) {
    .bravo-news {
        padding-bottom: 30px !important;
    }
    .h1-title-detail {
        font-size: 25px !important;
    }
    .h2-title-detail {
        font-size: 22px !important;
    }
    .bg-light {
        margin-top: 30px !important;
    }
    .bg-about {
        padding: 30px 20px !important;
    }
    .logo-about {
        display: none;
    }
    .logo-about img {
        width: 30%;
    }
}


.text-split1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.text-split2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.text-split3 {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.35rem !important;
        /* display: none !important; */
    }
   
}

.bravo-news section[data-anim="slide-up"] .container img {
    width: 65%;
    /* display: none !important; */
}

.bravo-news .blog-breadcrumb ul li:not(:last-child):after, .bravo-news .blog-breadcrumb ol li:not(:last-child):after, .bravo-news .blog-breadcrumb .ul li:not(:last-child):after{
    background: #09a109;
}

@media (max-width: 768px) {
    .full-width-container {
        padding: 30px 0 !important;
    }
}

@media (max-width: 576px){
    .swiper-hotel-grid .swiper-wrapper {
       grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .hotelsCard__content .text-22 {
        font-size: 15px !important;
    }
    .favorite-locations-wrapper {
        gap: 10px;
    }
    
    .favorite-locations-slide:nth-child(1), .favorite-locations-slide:nth-child(2), .favorite-locations-slide:nth-child(3) {
        width: calc(50% - 8px);
    }
    
    .favorite-locations-item {
        padding: 12px;
        border: 2px solid #fff;
    }
    
    .favorite-locations-slide:nth-child(4), .favorite-locations-slide:nth-child(5) {
        width: calc(50% - 8px);
    }
    
    .favorite-locations-item h3 {
        font-size: 18px;
    }
    .flash-sale-time-box{
        display: none;
    }
    .cpn-card__description {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        min-height: 39px;
    }
    .cpn-card__img {
        max-width: 50px;
    }
    .cpn-card__code{
        font-size: 14px !important;
    }
    div#ai-button {
        bottom: 300px !important;
        right: 20px !important;
    }
    .bravo-news{
        padding-bottom: 30px !important;
    }
    .h1-title-detail{
        font-size: 25px !important;
    }
    .h2-title-detail{
        font-size: 22px !important;
    }
    .bg-light{
        margin-top: 30px !important;
    }
    .bg-about{
        padding: 30px 0;
    }
}